const runtime.mSpanInUse
18 uses
runtime (current package)
heapdump.go#L456: if s.state.get() == mSpanInUse {
heapdump.go#L482: if s.state.get() != mSpanInUse {
heapdump.go#L654: if s.state.get() != mSpanInUse {
heapdump.go#L677: if s.state.get() == mSpanInUse {
mbitmap.go#L412: } else if s.state.get() != mSpanInUse || dst < s.base() || s.limit <= dst {
mbitmap.go#L1279: if state != mSpanInUse {
mbitmap.go#L1336: if state := s.state.get(); state != mSpanInUse || p < s.base() || p >= s.limit {
mgcmark.go#L382: if state := s.state.get(); state != mSpanInUse {
mgcsweep.go#L382: if state := s.state.get(); state != mSpanInUse {
mgcsweep.go#L520: if state := s.state.get(); state != mSpanInUse || s.sweepgen != sweepgen-1 {
mgcsweep.go#L709: if state := s.state.get(); state != mSpanInUse || s.sweepgen != sweepgen-1 {
mheap.go#L386: mSpanInUse // allocated for garbage collected heap
mheap.go#L682: case mSpanInUse, mSpanManual:
mheap.go#L753: if s == nil || s.state.get() != mSpanInUse || p < s.base() || p >= s.limit {
mheap.go#L1508: s.state.set(mSpanInUse)
mheap.go#L1704: case mSpanInUse:
traceallocfree.go#L63: if s.state.get() != mSpanInUse {
traceallocfree.go#L86: if s.state.get() == mSpanInUse {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)